Summary

Includes child documents from a hierarchy.

Component properties
Category AS Document
Version 1.0
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages C# Visual Basic.NET
Output content type Unspecified or not applicable

When to use

This component is typically used when there ís a need to include direct child documents.

Programming interface

Parameters

General Settings
 
Parent Document Id
Optional ID for parentDocument. If left empty, the current document will be used as parent.
Wrapping
Wraps the inserted documents. Inserts a BR element between each document inserted.
Encapsulate
Generates a DIV element around each inserted document. This means that the document will wrap unless stated otherwise in the CSS. The Word wrap parameter will be ignored if checked and no BR element will be inserted.
Class
A CSS class used to format each DIV element that is generated around each inserted document. Ignored if Encapsulate is not set.
Encapsulate All
Generates a DIV element surrounding all inserted documents.
Class
A CSS class used to format the surrounding DIV
Sorting
The order in which the inserted documents are sorted.
  • Document Hierarchy
  • Publish Date
  • Descending. (newest first)
  • Title
Presentation Template
Presentation Template Id
Optional Presentation template for the inserted documents.
Note: If no child documents are found, no result will be produced,
nor will a visible error message show.
Instead the error message is shown in a HTML-comment inside an empty DIV element.

Remarks

The documents you are including should not contain meta data. Only the first level of children will be inserted. 

Note
Make sure the documents you are inserting are xhtml-compliant if you want your page to validate